/*snaHBoxIcon*/

.container_snaHBoxIconTitle{
    cursor:pointer;width:200px;height:200px;
    margin-right:30px;
    box-shadow: var(--sna_sombras);
    display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:5px;
    box-sizing:border-box;
}


.container_snaHBoxIconTitle:hover{

    border:10px solid rgb(255, 255, 255);
   
   
    
}
.img_snaHBoxIconTitle{
    width:120px;
}
.texto_snaHBoxIconTitle{
font-size:20px;margin-top:10px;text-align:center;
}

